Minecraft

This project is a simple Minecraft-like game written in C using the Raylib library for rendering and a custom network library for multiplayer support.

Features

Getting Started

Prerequisites

Building

  1. Clone the repository:

    git clone https://github.com/yourusername/Minecraft.git
    cd Minecraft
    
  2. Build the project:

Running

  1. Start the server:

    ./build/server.exe
    
  2. Start the client:

    ./build/game.exe
    

Controls

Screenshot

C_Minecraft

Acknowledgements